\( \def\dfrac#1#2{\displaystyle\frac{#1}{#2}} \def\solve#1{\begin{array}{rcl}#1\end{array} } \)

Home / 01 Mathematical Functions / 01 Intercepts of an Implicit Equation
Preamble

At the core of this class are a series of different approaches we will take to each problem

  1. Numerically
  2. Algebraically
  3. Visually

Some of the language we use and definitions depend on fully understanding the connections between these. For example, in this problem we will be looking at various intercepts. But what an intercept is and means depends on the variable and orientation assigned to it. Numerically, the horizontal intercept is the collection of points where the vertical value is set to \(0\).

Conversely, the vertical intercept is the collection of points where the horizontal values are \(0\).

The reason for why that is the case comes directly from the visual approach: those are the points where the graph intersects with the horizontal and vertical axes.

Algebraically, we can solve an equation or two in order to precisely and exactly find these values.

Numerically, we can build our intuition and explore or even generate the visual ourselves by creating a table of values, where we input different horizontal and/or vertical values to see what works and what does not.

Consider the Problem and try it out on your own before taking a look at the solution.

Problem

Find all the horizontal, \(x\), and vertical, \(y\), intercepts for the graph of the equation:

\[ x^4 + y^3 -xy^2 = 4096 \]

Solution

What does it mean for a graph to have intercepts? There are two types of intercepts:

Vertical Intercepts: This is when the graph intercepts the vertical axis, which only occurs when the horizontal values are exactly zero. Vertical intercepts will always take the form \((0,y_1),\;(0,y_2),...(0,y_n)\)

Horizontal Intercepts: This is when the graph intercepts the horizontal axis, which only occurs when the vertical values are exactly zero. Horizontal intercepts will always take the form \((x_1,0),\;(x_2,0),\;...(x_m,0)\)

Algebraic Approach:To find the intercepts, we set the \(x\) or \(y\) value to zero, according to the definitions above. Recall the original equation was \[ x^4 + y^3 -xy^2 = 4096 \]

Vertical Intercept(s) Set the horizontal value, \(x\), to be exactly \(0\):

\[ \begin{array}{rcl} 0^4+y^3 - (0)y^2 &=& 4096\\ y^3 &=&4096\\ y&=&\sqrt[3]{4096}\\ y&=&16 \end{array} \]

Each algebraically step leads us to the next, simpler equation and at the end of it, we can say the there is only one vertical intercept at \((0, 16)\)

Horizontal Intercept(s) set the vertical value \(y\) to be exactly \(0\):

\[ \solve{ x^4 +(0)^3 - x(0) &=&4096\\ x^4 &=&4096\\ x &=&\pm \sqrt[4]{4096}\\ x&=&\pm8 } \]

Some notes on the above algebra: when we reduce a power by applying a radical of the corresponding index to both sides (in this case, the fourth root), there is an important consideration we cannot forget: even valued powers can be the result of repeatedly multiplying either positive or negative values! In this case, \(-8\cdot -8 \cdot -8\cdot -8 = 4086\) and \(8\cdot 8 \cdot 8\cdot 8=4096\) which is why you see the plus/minus sign in front of the \(8\).

From this set of algebraic steps, we can deduce there are exactly two horizontal intercepts: \((-8,0),\;(8,0)\)

Visual Approach: It is quite possible to have begun this whole problem via a visual approach. However, in a large variety of cases, this can lead to imprecise or approximated values, so it does tend to be slightly devalued as a primary approach. Nevertheless, you can use the graph as a primary approach so long as you are also practicing and applying the algebraic approach too!

Since we have already found our solution algebraically, we can use the visual approach to instead validate our answer. Note that not all graphing calculators can graph equations of this type (known as implicit equations) but when you have one that can it is very helpful. Desmos is one such tool that can directly graph this:

Video

Video will populate here when completed.